projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc86b31
)
(delete-horizontal-space): Use prefix arg.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Dec 2006 22:14:48 +0000
(22:14 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Dec 2006 22:14:48 +0000
(22:14 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index aa44fa382baee756944618d5c438ac79e7d12a27..2043a20cf9b5c2dab9a4a825e0c390ace657fe6e 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-707,7
+707,7
@@
Leave one space or none, according to the context."
(defun delete-horizontal-space (&optional backward-only)
"Delete all spaces and tabs around point.
If BACKWARD-ONLY is non-nil, only delete spaces before point."
- (interactive "*")
+ (interactive "*
P
")
(let ((orig-pos (point)))
(delete-region
(if backward-only